CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 通讯录 c 链表

搜索资源列表

  1. 200506112322253

    0下载:
  2. 一个简单的C语言做的通讯录管理系统,用链表实现的,可以实现简单的通讯录管理功能-a simple C language correspondence management system, with the realization Chain, can achieve a simple directory management capabilities
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:18274
    • 提供者:苏山
  1. 编程论坛-用C简单编写通讯录源代码(经典)申请加精

    0下载:
  2. 用C简单编写通讯录源代码(经典)申请加精 通讯录的源代码(用链表实现)-prepared with a simple C source code directory (classic) for inclusion in the intensive increase in the source code (with Chain achieved)
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:11557
    • 提供者:yeyong
  1. asdflkasdf

    0下载:
  2. 通过链表和类继承实现一个简单的通讯录(C++)-through inheritance and class to achieve a simple directory (C)
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3047
    • 提供者:黄泽明
  1. lianbiao_tongxulu

    0下载:
  2. c语言,通讯录的源代码(用链表实现),是本人在课程实践是完成的.指点指点-c language, the source code directory (using chain achieved), in the course of my practice is completed. Instruct the instructions
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:2029
    • 提供者:luojun
  1. tonxunlu

    0下载:
  2. 用纯C语言写的一个通讯录程序,通过链表存储,自己设计界面。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:21230
    • 提供者:ron
  1. tongxunlu

    0下载:
  2. c语言版通讯录(数据结构:链表)实现的功能有增加、删除、修改、查询等,功能比较基本,有兴趣的同学可以修饰修饰。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:18808
    • 提供者:伍衡
  1. tongxunlu

    1下载:
  2. 通讯录(C++语言) 用链表建立通讯录。通讯录内容有:姓名、通讯地址、电话号码。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4742
    • 提供者:candy930
  1. C源代码实例

    8下载:
  2. 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
  3. 所属分类:Windows编程

    • 发布日期:2009-06-04
    • 文件大小:3250828
    • 提供者:79446210
  1. WL40987330 C语言算法集

    2下载:
  2. 目录 第一部分  基础篇   001  第一个C程序  002  运行多个源文件  003  求整数之积  004  比较实数大小  005  字符的输出  006  显示变量所占字节数  007  自增/自减运算  008  数列求和  009  乘法口诀表  010&
  3. 所属分类:Windows编程

    • 发布日期:2008-12-21
    • 文件大小:3245365
    • 提供者:wl409873350
  1. 通讯录.txt

    0下载:
  2. 这是一个很简单的C语言程序,有链表编的。-This is a very simple C language program, a series of the Chain.
  3. 所属分类:Communication

    • 发布日期:2017-11-11
    • 文件大小:2112
    • 提供者:无奈
  1. TEL_LIST

    0下载:
  2. 简单C通讯录 提供添加删除 使用链表方式-Address Book provides a simple C add way to delete the use of linked list
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:2971
    • 提供者:平春
  1. Addressbook

    0下载:
  2. 自己写的C语言课程设计 用链表制作 通讯录 有登录密码 界面的颜色的字体颜色管理 TXT导出 -Write your own C-language courses designed to make contacts with a login password list interface, the color of the font color management TXT Export···etc
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:57321
    • 提供者:lijingming
  1. address

    0下载:
  2. c语言编写的学生通讯录,有增加,查找,更换,删除,保存。应用文件和链表。
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:1965
    • 提供者:cholli
  1. StudentBookCLanguageCourseDesign

    0下载:
  2. C语言 学生通讯录课程设计(功能齐全):1、用C语言实现系统; 2、利用结构体数组或动态链表实现学生通讯录的数据结构设计; 3、系统具有增加,查询,删除等基本功能; 4、系统的各个功能模块要求用函数的形式实现; 5、将通讯录信息存在文件中; 6、完成设计任务并编写课程设计说明书。 7、每个同学提交源程序(*.c),可执行程序(*.exe),保存通讯录信息的文件addrbook,课程设计说明书电子文档(word)。 -Student Book C Language
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:11478
    • 提供者:hefuping
  1. Menu-window-using-C-language-

    0下载:
  2. 双向链表制作的通讯录源程序, 有交互性 有完整注释 有一定难度-Doubly linked list making contacts source, interactive complete notes there is a certain degree of difficulty
  3. 所属分类:Communication

    • 发布日期:2017-11-17
    • 文件大小:2180
    • 提供者:吴洋
  1. hello world

    0下载:
  2. c语言通讯录:主要通过链表,结构体实现查找,删除,添加等功能(C language address book, list, structure, to achieve, delete, add, and other functions)
  3. 所属分类:书籍源码

    • 发布日期:2017-12-28
    • 文件大小:145408
    • 提供者:qau
  1. addressbook

    0下载:
  2. 一个用链表这种数据结构写的简单的通讯录代码,希望大家对链表有进一步的了解。(Using a list of such data structure to write a simple address book code, I hope you have a further understanding of the list.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-29
    • 文件大小:6144
    • 提供者:linton
  1. 通讯录(数据结构)

    0下载:
  2. 这是一个基于C++语言设计的数据结构而做的通讯录的课程设计,里面包含了链表的增删改查的操作。(This is a data structure based on C + + language design for the course design of the address book, which contains the chain table, delete, delete and change the operation.)
  3. 所属分类:软件设计/软件工程

    • 发布日期:2018-01-08
    • 文件大小:173056
    • 提供者:CokkDDee
  1. 通讯录

    0下载:
  2. 本程序是运用C语言编写,采用链表存储,可查询、存储、修改、删除联系人的姓名,电话信息
  3. 所属分类:其他小程序

  1. 通讯录.c

    0下载:
  2. 这是基于vs2012平台编写的,采用C语言编写,采用链表结构存储,可以实现联系人姓名,电话的存储、修改、查询、删除等功能。(This is written on the platform of vs2012, written in C language and stored in linked list structure. It can achieve contacts, name, telephone storage, modification, query, delete and othe
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:1240064
    • 提供者:黑马踏天
« 12 3 »
搜珍网 www.dssz.com